a:hover {
	text-decoration: none;
}

.m-login .u-btn {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 2px;
	letter-spacing: 0;
	line-height: 1.2;
	vertical-align: top;
}

.m-login .u-btn.signin {
	margin-right: 12px;
}

.m-login .u-btn.signup {
	margin-left: 0;
}

.m-login .signup {
	transition: all 0.4s ease-out;
}

.m-login .signin {
	transition: all 0.4s ease-out;
}

.m-login.solid .u-btn {
	transition: all 0.4s ease-out;
}

.m-login.solid .signup {
	background-color: #49a0f5;
	border: 1px solid #49a0f5;
	color: #fff;
	transition: all 0.4s ease-out;
}

.m-login.solid .signup:hover {
	background-color: #237ed9;
	border: 1px solid #237ed9;
	color: #fff;
}

.m-login.solid .signin {
	background-color: transparent;
	border: 1px solid #505050;
	color: #383838;
	transition: all 0.4s ease-out;
}

.m-login.solid .signin:hover {
	background-color: #f4f6f8;
	border: 1px solid #808080;
	color: #383838;
}

.m-shiyong {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	user-select: none;
	-webkit-user-select: none;
}

.m-shiyong .content {
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.m-shiyong .iptWrap .ipts {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
}

.m-shiyong .iptWrap .ipt {
	width: 355px;
	height: 22px;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
}

.m-shiyong .iptWrap .ipt::-webkit-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-moz-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-ms-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt:focus {
	border-color: #fff;
}

.m-shiyong .iptWrap .btn {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 9px 30px;
	margin-left: -5px;
	background-color: #488bff;
	border-radius: 0 4px 4px 0;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	letter-spacing: 2px;
	transition: 0.5s;
	cursor: pointer;
}

.m-shiyong .iptWrap .btn:hover {
	background-color: #2e7bff;
	transition: 0.5s;
}

.m-section-sitemap {
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap {
		width: 1180px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.m-section-sitemap .steps {
	position: relative;
	*zoom: 1;
	padding-bottom: 67px;
	border-bottom: 1px solid #4b4d50;
	text-align: center;
}

.m-section-sitemap .steps:before,
.m-section-sitemap .steps:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-sitemap .steps:after {
	clear: both;
}

.m-section-sitemap .steps .btns {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 12px 27px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.45px;
	line-height: 28px;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	cursor: pointer;
	transition: 0.5s;
}

.m-section-sitemap .steps .btns:hover {
	border-color: #fff;
}

.m-section-sitemap .steps .btns.first {
	position: absolute;
	left: 0;
}

.m-section-sitemap .steps .btns.third {
	position: absolute;
	right: 0;
}

.m-section-sitemap .steps .btns .arrow {
	margin-left: 5px;
}

.m-section-sitemap .lists {
	margin-top: 10px;
}

.m-section-sitemap .list {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
	text-align: left;
}

.m-section-sitemap .list:first-child {
	margin-left: 0;
}

.m-section-sitemap .list dt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.m-section-sitemap .list dd {
	text-align: left;
	margin-bottom: 15px;
}

.m-section-sitemap .list dd a {
	font-size: 14px;
	line-height: 1;
	color: #939599;
}

.m-section-sitemap .list dd a:hover {
	color: #ccc;
}

.m-section-sitemap .list dd.narrow {
	margin-bottom: 10px;
}

.m-section-sitemap .list dd.narrow-inline {
	display: inline-block;
}

.m-section-sitemap .list dd.narrow-inline.narrow-weibo {
	margin-left: 18px;
}

.m-section-sitemap .list dd.narrow-inline:hover .wxScan {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100) \9;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	z-index: 1;
}

.m-section-sitemap .prd {
	width: 170px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .prd {
		width: 223px;
	}
}

.m-section-sitemap .help {
	width: 170px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .help {
		width: 222px;
	}
}

.m-section-sitemap .auth {
	white-space: nowrap;
	width: 270px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .auth {
		width: 340px;
	}
}

.m-section-sitemap .auth dd {
	margin-bottom: 18px;
}

.m-section-sitemap .auth .txt {
	white-space: normal;
	word-break: break-all;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	overflow: hidden;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 12px;
	line-height: 20px;
}

.m-section-sitemap .auth .isoImg,
.m-section-sitemap .auth .csaImg {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: middle;
}

.m-section-sitemap .contact {
	position: relative;
	font-size: 14px;
	color: #939599;
	width: 270px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .contact {
		width: 290px;
	}
}

.m-section-sitemap .contact .list__dd .list__ddItem {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-right: 20px;
}

.m-section-sitemap .contact .txt {
	line-height: 25px;
}

.m-section-sitemap .contact .link {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	height: 25px;
	vertical-align: -5px;
	margin-left: 10px;
}

.m-section-sitemap .contact .link:hover .wxScan {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100) \9;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	z-index: 1;
}

.m-section-sitemap .contact .link:hover .wxImg {
	opacity: 0.8;
}

.m-section-sitemap .contact .wxImg {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	opacity: 1;
	vertical-align: baseline;
	margin-left: 5px;
}

.m-section-sitemap .contact .wxScan {
	opacity: 0;
	filter: alpha(opacity=0) \9;
	position: absolute;
	left: 48px;
	top: 50px;
	z-index: -1;
	visibility: hidden;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
}

.m-section-sitemap .contact .u-iconfont {
	font-size: 24px;
}

.m-section-sitemap .joinus {
	width: 80px;
}

.m-footer {
	padding: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background-color: #292c33;
	color: #64676c;
}

.m-footer .address {
	margin-bottom: 22px;
}

.m-footer .police {
	line-height: 1;
}

.m-footer .police .logo {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}

.m-confirm {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 0.2s ease-out;
	position: fixed;
	width: 70px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
	color: #fff;
	z-index: 1;
}

.m-confirm.z-show {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}

.m-confirm .m-confirm__item {
	position: relative;
	box-sizing: border-box;
	width: 70px;
	padding-top: 14px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #488bff;
	z-index: 1;
}

.m-confirm .m-confirm__item:before {
	content: "";
	position: absolute;
	width: 55px;
	left: 5px;
	top: 0;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.m-confirm .m-confirm__item:first-child:before {
	display: none;
}

.m-confirm .m-confirm__item .u-iconfont {
	font-size: 28px;
	color: #fff;
}

.m-confirm .m-confirm__item p {
	margin-top: 0;
}

.m-confirm .m-confirm__item p en {
	font-size: 12px;
}

.m-confirm .m-confirm__item:hover {
	background-color: #2e7bff;
}

.m-confirm .m-confirm__item.online {
	border-radius: 2px 2px 0 0;
}

.m-confirm .m-confirm__item.tel:hover .content {
	visibility: visible;
	right: 66px;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
	transition: 0.3s ease-out;
}

.m-confirm .m-confirm__item.tel .content {
	visibility: hidden;
	position: absolute;
	right: 53px;
	top: -1px;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
	transition-delay: 0.2s;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
}

.m-confirm .m-confirm__item.try {
	border-radius: 0 0 2px 2px;
}

.m-yixin {
	*zoom: 1;
	width: 1000px;
	margin: 0 auto;
}

.m-yixin:before,
.m-yixin:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-yixin:after {
	clear: both;
}

@media screen and (min-width: 1200px) {
	.m-yixin {
		width: 1200px;
	}
}

.m-yixin a {
	font-size: 12px;
	color: #fff;
	opacity: 0.4;
	line-height: 28px;
}

.m-yixin a:hover {
	opacity: 1;
}

.m-yixin .ttl {
	float: left;
	margin-left: 10px;
}

.m-yixin .navList {
	float: right;
	margin-right: 10px;
}

.m-yixin .navList li {
	float: left;
	margin-left: 66px;
}

.m-yixin .navList li:first-child {
	margin-left: 0;
}

.m-yixin .navList li a {
	font-size: 12px;
}

.m-modalTipDemo {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}

.m-modalTipDemo table,
.m-modalTipDemo tr,
.m-modalTipDemo td {
	width: 100%;
	height: 100%;
}

.m-modalTipDemo .dialog {
	position: relative;
	width: 440px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 35px 5px #000;
	overflow: hidden;
}

.m-modalTipDemo .dialog .close {
	position: absolute;
	top: 5px;
	right: 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	cursor: pointer;
	transition: 1s;
}

.m-modalTipDemo .dialog .close:hover {
	opacity: 0.6;
	transition: 1s;
}

.m-modalTipDemo .dialog .hd {
	padding: 15px 26px;
	background: #49a0f5;
	color: #fff;
	font-size: 16px;
}

.m-modalTipDemo .dialog .bd {
	padding: 34px;
}

.m-modalTipDemo .dialog .bd .txt {
	font-size: 14px;
	color: #383838;
	line-height: 2;
	text-align: center;
}

.m-modalTipDemo .dialog .bd .link {
	margin-top: 24px;
	text-align: center;
}

.m-modalTipDemo .dialog .bd .link a {
	font-size: 14px;
	color: #3b8fea;
	line-height: 1.5;
}

.m-modalTipDemo .dialog .bd .link a:hover {
	text-decoration: underline;
}

.m-form {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #373d40;
	text-align: left;
	padding-bottom: 10px;
}

.m-form .m-form__item {
	position: relative;
	padding: 13px;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-form .m-form__itemError {
	color: #f00;
	margin-top: -10px;
	margin-bottom: -10px;
}

.m-form .m-form__item-lab {
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 95px;
	padding-right: 20px;
}

.m-form .m-form__item-ipt {
	padding-left: 95px;
}

.m-form .m-form__item-require {
	position: absolute;
	right: 20px;
	top: 2px;
	color: #f00;
}

.m-form .m-form__border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #d7d7db;
	border-radius: 5px;
	user-select: none;
	z-index: 0;
	transition: 0.3s;
}

.m-form .m-form__iptClear {
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50px;
	font-size: 30px;
	color: #c7c7c7;
	cursor: pointer;
	user-select: none;
	z-index: 2;
}

.m-form .m-form__iptClear:hover {
	color: #b0b0b0;
}

.m-form .m-form__input {
	margin: 0;
	padding: 0;
}

.m-form .m-form__input .m-form__input-wgt {
	box-sizing: border-box;
	position: relative;
	padding: 4px 0;
	padding-right: 30px;
	width: 100%;
	border: 0;
	z-index: 1;
	font-size: 14px;
	line-height: 1.5;
}

.m-form .m-form__input .m-form__input-wgt.z-focus~.m-form__border {
	border-color: #49a0f5;
	transition: 0.3s;
}

.m-form .m-form__input .m-form__input-wgt.z-error~.m-form__border {
	border-color: #f00;
	transition: 0.3s;
}

.m-form .m-form__input .m-form__input-wgt.z-focus~.m-form__iptClear {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.m-notify {
	position: fixed;
	z-index: 100040;
	box-sizing: border-box;
	display: inline-block;
}

.m-notify .notify_text {
	color: #c08722;
}

.m-notify .notify_text a {
	color: #62a8ea;
}

.m-notify .notify_text a:hover {
	color: #89bceb;
}

.m-notify .notify_text a:active {
	color: #4e97d9;
}

.m-notify .notify_message {
	background-color: #fff9e2;
}

.m-notify .u-icon-status {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 7px;
	vertical-align: middle;
}

.m-notify .u-icon-close {
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	transform: translateY(3px);
	margin-left: 10px;
}

.m-notify .notify_close {
	visibility: hidden;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	opacity: 0.3;
	transform: translateY(3px);
}

.m-notify .notify_message {
	position: relative;
	padding: 20px 26px;
	color: rgba(0, 0, 0, 0.9);
	box-shadow: 1px 1px 10px #ddd;
	line-height: 16px;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
}

.m-notify .notify_message:hover>.notify_close {
	visibility: visible;
}

.m-notify .notify_text {
	display: inline-block;
	box-sizing: border-box;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	vertical-align: middle;
}

.m-notify .notify_text img {
	margin-left: 15px;
	vertical-align: top;
}

.m-notify .notify_loading {
	display: inline-block;
	vertical-align: middle;
}

.m-notify-top-left {
	left: 12px;
	right: auto;
}

.m-notify-top-right {
	right: 12px;
	left: auto;
}

.m-notify-middle-center {
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

.m-notify-top-center {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.m-notify-success .notify_message {
	padding: 20px 53px;
}

.m-notify-center {
	position: fixed;
	z-index: 100009;
	box-sizing: border-box;
	right: 30px;
	top: 80px;
	width: 400px;
}

.m-notify-center .notify_message {
	background: #ecf3f9;
	border: 1px solid #e4f0fa;
	border-radius: 4px;
	padding: 12px 30px 12px 20px;
	margin-bottom: 6px;
	white-space: nowrap;
	box-sizing: border-box;
	height: 44px;
	display: flex;
	justify-content: space-between;
}

.m-notify-center .notify_message .notify_text {
	display: inline-block;
	font-size: 14px;
	color: #5092e1;
	height: 20px;
	line-height: 20px;
}

.m-notify-center .notify_message .notify_action {
	margin-left: 10px;
}

.m-notify-center .notify_message .notify_action .u-icon-font {
	line-height: 20px;
}

.m-modal-imgCode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-modal-imgCode:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
}

.m-modal-imgCode .m-modal-imgCode__tr {
	width: 100%;
	height: 100%;
}

.m-modal-imgCode .m-modal-imgCode__td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.m-modal-imgCode .m-modal-imgCode__dialog {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 500px;
	z-index: 1;
}

.m-imgcode {
	font-size: 14px;
	line-height: 1.2;
	color: #373d40;
	background-color: #fff;
}

.m-imgcode .m-imgcode__head {
	padding: 40px 0;
}

.m-imgcode .m-imgcode__head .m-imgcode__ttl {
	font-size: 28px;
}

.m-imgcode .m-imgcode__head .m-imgcode__closeBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.m-imgcode .m-imgcode__body {
	padding: 0 50px 50px 50px;
}

.m-imgcode .m-imgcode__body .m-imgcode__content {
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: left;
}

.m-imgcode .m-imgcode__body .m-imgcode__operate {
	margin-top: 10px;
}

.m-imgcode .m-imgcode__body .m-imgcode__input {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	position: relative;
	width: 280px;
}

.m-imgcode .m-imgcode__body .m-imgcode__inputwgt {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 45px;
	color: #373d40;
	line-height: 45px;
	border: 1px solid #d7d8da;
	border-radius: 5px;
	vertical-align: top;
}

.m-imgcode .m-imgcode__body .m-imgcode__inputwgt:hover {
	border-color: #cacbce;
}

.m-imgcode .m-imgcode__body .m-imgcode__inputwgt.z-focus {
	border-color: #488bff;
}

.m-imgcode .m-imgcode__body .m-imgcode__inputwgt.z-error {
	border-color: #fc5d5b;
}

.m-imgcode .m-imgcode__body .m-imgcode__clearbtn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	color: #cdcdcd;
	line-height: 42px;
	width: 30px;
	height: 45px;
	cursor: pointer;
}

.m-imgcode .m-imgcode__body .m-imgcode__imgwgt {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 110px;
	height: 45px;
	vertical-align: top;
	margin-left: 8px;
	border: 0;
	border: 1px solid #cacbce;
	outline: 0;
	border-radius: 5px;
	overflow: hidden;
}

.m-imgcode .m-imgcode__body .m-imgcode__prompt .correct {
	text-align: left;
}

.m-imgcode .m-imgcode__body .m-imgcode__prompt .correct .text {
	color: #3fbf89;
	vertical-align: top;
}

.m-imgcode .m-imgcode__body .m-imgcode__prompt .wrong {
	text-align: left;
}

.m-imgcode .m-imgcode__body .m-imgcode__prompt .wrong .text {
	color: #f25058;
	vertical-align: top;
}

.m-imgcode .u-btn-imgcode {
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
	background-color: #62a8ea;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	line-height: 1.5;
}

.m-imgcode .u-btn-imgcode:hover {
	border: 0;
	background-color: #4c9ce7;
}

.m-imgcode .u-btn-imgcode.z-disabled {
	background-color: #d2e6f9;
	cursor: default;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

html,
body {
	height: 100%;
}

html {
	font-size: 10px;
}

.g-nav2 {
	background-color: #fff;
	border-bottom: 0;
}

.g-hd {
	overflow: hidden;
	min-width: 1000px;
}

.g-hd .bg-wrapper {
	margin-top: 60px;
	height: 490px;
	background: url(../image/bg-bar1_70d752aa7590a63c05a311fae59a4c24.png) center 100% repeat-x;
	background-size: cover;
	text-align: center;
}

.g-hd .bg-wrapper .imgtxt {
	display: block;
	position: absolute;
	left: 0;
	top: 130px;
}

.g-hd .bg-wrapper .imgtxt2 {
	display: block;
	position: absolute;
	right: -145px;
	top: 30px;
}

.g-hd .bg-wrapper a {
	zoom: 1;
	display: inline-block;
	position: relative;
	padding: 12px 31px;
	background: #49a0f5;
	border-radius: 2px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	transition: 0.2s ease;
}

.g-hd .bg-wrapper a:hover {
	background: #237ed9;
}

.g-hd .bg-wrapper .txt {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.g-hd .contentWrap {
	position: relative;
	width: 980px;
	height: 490px;
	padding: 0 10px;
	margin: 0 auto;
}

.g-hd .contentWrap .btn-outline {
	position: absolute;
	bottom: 152px;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	transition: 0.5s;
}

.g-hd .contentWrap .btn-outline:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 1200px) {
	.g-hd .contentWrap {
		width: 1180px;
	}
}

.g-section {
	overflow: hidden;
	background-color: #fff;
}

.g-section.g-section-whyme {
	background-color: #fff;
}

.g-section.g-section-return {
	background-color: #f4f6f8;
}

.g-section.g-section-condition {
	background-color: #fff;
}

.g-section.g-section-joinForm {
	box-sizing: border-box;
	position: relative;
	padding-top: 80px;
	padding-bottom: 90px;
	height: 750px;
	background-color: #5164fa;
	background-image: linear-gradient(to bottom, #582bfe, #4f7ff9);
}

.g-section.g-section-joinForm .g-section-joinForm__top {
	position: absolute;
	top: 0;
	left: 0;
}

.g-section.g-section-joinForm .g-section-joinForm__bot {
	position: absolute;
	bottom: 0;
	left: 0;
}

.g-section.g-section-joinForm .g-section-joinForm__content {
	position: relative;
	z-index: 1;
}

.g-section.g-section-map {
	background-color: #fff;
}

.m-nav2 {
	transform: translateY(3px);
	*zoom: 1;
	width: 980px;
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}

.m-nav2:before,
.m-nav2:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-nav2:after {
	clear: both;
}

@media screen and (min-width: 1200px) {
	.m-nav2 {
		width: 1180px;
	}
}

.m-nav2 .m-nav2__Ul {
	*zoom: 1;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: bottom;
}

.m-nav2 .m-nav2__Ul:before,
.m-nav2 .m-nav2__Ul:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-nav2 .m-nav2__Ul:after {
	clear: both;
}

.m-nav2 .m-nav2__Ul-item {
	float: left;
	margin-left: 93px;
}

.m-nav2 .m-nav2__Ul-item.first {
	margin-left: 0;
}

.m-nav2 .m-nav2__Ul-item .linkx {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 57px 0 18px 0;
	font-size: 14px;
	color: #383838;
	border-bottom: 2px solid #fff;
}

.m-nav2 .m-nav2__Ul-item .linkx:hover {
	color: #3b8fea;
}

.m-nav2 .m-nav2__Ul-item .linkx.z-sel {
	color: #3b8fea;
	border-bottom: 2px solid #3b8fea;
}

.m-nav2 .m-nav2__Ul-item .text {
	vertical-align: middle;
}

.m-nav2 .u-icon-nav {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: middle;
	font-size: 18px;
	color: #383838;
}

.m-nav2 .z-sel .u-icon-nav {
	color: #3b8fea;
}

.m-nav2 .z-sel .u-icon-nav.nav-price-online {
	background-image: url(../image/nav-fn-service-h_b425d93e62e619125d54f73b4152c5b6.png);
}

.m-nav2 .z-sel .u-icon-nav.nav-price-callcenter {
	background-image: url(../image/nav-fn-callcenter-h_1f7568a776882962c46cd9ca1067e3fe.png);
}

.m-nav2 .z-sel .u-icon-nav.nav-price-worksheet {
	background-image: url(../image/nav-fn-worksheet-h_1e609df21514f4a01166720146f7a3ba.png);
}

.m-nav2 .z-sel .u-icon-nav.nav-price-robot {
	background-image: url(../image/nav-fn-robot-h_7d98e3f7dace7af9e84c92972c0e3a56.png);
}

.m-merchants {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 83px 10px;
}

.m-merchants .u-title {
	font-size: 38px;
	color: #383838;
	margin-bottom: 46px;
	text-align: center;
}

.m-merchants .u-summary {
	font-size: 18px;
	color: #898b93;
	line-height: 32px;
	margin-bottom: 54px;
	text-align: center;
}

.m-merchants .m-maps {
	*zoom: 1;
}

.m-merchants .m-maps:before,
.m-merchants .m-maps:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-merchants .m-maps:after {
	clear: both;
}

.m-merchants .m-maps .m-echart {
	float: left;
	width: 500px;
}

.m-merchants .m-maps .m-search {
	float: left;
	width: 450px;
}

.m-echart {
	width: 380px;
	height: 450px;
}

.m-echart .map {
	float: right;
	width: 600px;
	height: 600px;
	margin-top: -110px;
	margin-right: -55px;
}

.m-search {
	padding-left: 45px;
	padding-top: 60px;
}

.m-search .searchBar .u-ipt {
	margin-left: 10px;
}

.m-search .searchBar .btn-search {
	vertical-align: top;
	padding: 11px 30px;
	margin-left: 10px;
	opacity: 0.69;
	background: #49a0f5;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.45px;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.m-search .searchBar .btn-search:hover {
	opacity: 1;
}

.m-search .searchBar .btn-search.z-dis {
	background-color: #d1d1d1;
	cursor: default;
	opacity: 0.6;
}

.m-search .searchBar .btn-search.z-dis:hover {
	background-color: #d1d1d1;
}

.m-search .resultBar {
	display: none;
	padding: 21px 16px;
	width: 396px;
	background: #fff;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 2px 4px 0px rgba(213, 213, 213, 0.5);
	border-radius: 3px;
	margin-top: 10px;
}

.m-search .resultBar.z-show {
	display: block;
}

.m-search .resultBar.noResult .title {
	text-align: center;
}

.m-search .resultBar .title {
	font-size: 20px;
	line-height: 1;
	color: #383838;
}

.m-search .resultBar .content {
	margin-top: 22px;
}

.m-search .resultBar .content li {
	*zoom: 1;
	padding: 4px 0;
	line-height: 1.5;
}

.m-search .resultBar .content li:before,
.m-search .resultBar .content li:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-search .resultBar .content li:after {
	clear: both;
}

.m-search .resultBar .content .name {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 80px;
	font-size: 16px;
	color: #383838;
	vertical-align: top;
}

.m-search .resultBar .content .value {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 285px;
	font-size: 16px;
	color: #808286;
	white-space: normal;
	word-break: break-all;
	vertical-align: top;
}

.m-whyme {
	width: 980px;
	padding: 85px 10px;
	margin: 0 auto;
}

.m-whyme .title1 {
	font-size: 38px;
	line-height: 1;
	color: #343944;
	text-align: center;
	padding-bottom: 88px;
}

.m-whyme .items {
	text-align: center;
}

.m-whyme .itm {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 225px;
	margin-left: 10px;
	vertical-align: top;
}

.m-whyme .itm.first {
	margin-left: 0;
}

.m-whyme .itm .img {
	margin-bottom: 47px;
}

.m-whyme .itm .ttl {
	font-size: 20px;
	color: #343944;
	margin-bottom: 19px;
}

.m-whyme .itm .summary {
	font-size: 16px;
	color: #808286;
	line-height: 28px;
}

.m-return {
	width: 980px;
	padding: 85px 10px;
	margin: 0 auto;
}

.m-return .title1 {
	font-size: 38px;
	line-height: 1;
	color: #343944;
	text-align: center;
	padding-bottom: 56px;
}

.m-return .items {
	text-align: center;
}

.m-return .itm {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 160px;
	margin-left: 160px;
	vertical-align: top;
}

.m-return .itm.first {
	margin-left: 0;
}

.m-return .itm.line2 {
	margin-top: 76px;
}

.m-return .itm .img {
	margin-bottom: 22px;
}

.m-return .itm .ttl {
	font-size: 20px;
	color: #343944;
	margin-bottom: 16px;
}

.m-return .itm .summary {
	font-size: 16px;
	color: #808286;
	line-height: 30px;
}

.m-condition {
	width: 980px;
	padding: 85px 10px;
	margin: 0 auto;
}

.m-condition .title1 {
	font-size: 30px;
	line-height: 60px;
	color: #343944;
	text-align: center;
	padding-bottom: 0px;
}

.m-condition .items {
	text-align: center;
}

.m-condition .itm {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 260px;
	margin-left: 50px;
	vertical-align: top;
}

.m-condition .itm.first {
	margin-left: 0;
}

.m-condition .itm .img {
	margin-bottom: 27px;
}

.m-condition .itm .summary {
	font-size: 16px;
	color: #383838;
	line-height: 26px;
}

.m-join {
	width: 980px;
	height: 402px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}

.m-join .title1 {
	font-size: 38px;
	color: #fff;
	padding-top: 85px;
	padding-bottom: 50px;
}

.m-join .items {
	text-align: center;
	margin-left: 10px;
}

.m-join .itm {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 175px;
	margin-left: 280px;
	vertical-align: top;
}

.m-join .itm.first {
	margin-left: 0;
}

.m-join .itm .title {
	text-align: left;
	margin-bottom: 19px;
	margin-left: -50px;
}

.m-join .itm .title .dot1 {
	width: 42px;
	height: 42px;
	vertical-align: middle;
}

.m-join .itm .title .dot2 {
	width: 23px;
	height: 19px;
	vertical-align: middle;
}

.m-join .itm .title .txt {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: -3px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.13px;
	line-height: 26px;
	margin-bottom: 19px;
	margin-left: 3px;
}

.m-join .itm .list li {
	text-align: left;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.11px;
	line-height: 28px;
}

.m-joinForm {
	box-sizing: border-box;
	padding: 50px;
	width: 530px;
	margin: 0 auto;
	border: 1px solid #0fdebd;
	background-color: #fff;
	border-radius: 4px;
}

.m-joinForm .m-joinForm__head {
	padding-bottom: 20px;
	text-align: center;
}

.m-joinForm .m-joinForm__head .center {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
}

.m-joinForm .m-joinForm__head .logo {
	width: 48px;
	height: 43px;
	vertical-align: top;
}

.m-joinForm .m-joinForm__head .ttl {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-left: 20px;
	font-size: 34px;
	color: #383838;
	vertical-align: top;
	line-height: 1.3;
}

.m-joinForm .m-joinForm__body {
	text-align: center;
}

.m-joinForm .m-joinForm__foot {
	margin-top: 5px;
}

.m-joinForm .m-joinForm__foot .u-btn-submit {
	display: block;
}

.m-joinForm .m-joinForm__resultCnt {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding-top: 30px;
	text-align: center;
}

.m-joinForm .m-joinForm__resultCnt .sectioin {
	padding: 10px;
}

.m-joinForm .m-joinForm__resultCnt .ttl {
	font-size: 22px;
	line-height: 2;
	color: #383838;
}

.m-joinForm .m-joinForm__resultCnt .summary {
	font-size: 14px;
	color: #9b9ba3;
}

.u-select {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
}

.u-select .opt {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 12px 9px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	vertical-align: bottom;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.u-select .opt.z-show {
	border-color: #3b8fea;
}

.u-select .opt .txt {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 85px;
	min-width: 75px;
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.u-select .opt .arrow {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 0;
	height: 0;
	line-height: 16px;
	vertical-align: -5px;
	border-width: 6px 5px 5px;
	border-style: solid;
	border-color: #bfbfbf;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.u-select .opt .arrow.up {
	transform: rotate(180deg);
	vertical-align: -1px;
}

.u-select .opt:hover .txt {
	color: #3b8fea;
}

.u-select .opt:hover .arrow {
	border-top-color: #3b8fea;
}

.u-select .panel {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	height: 300px;
	padding: 10px 23px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0px 2px 4px 0px rgba(213, 213, 213, 0.5);
	z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-user-select: none;
	user-select: none;
}

.u-select .panel.z-show {
	display: block;
}

.u-select .panel li {
	padding: 7px 0;
	min-width: 60px;
	text-align: center;
}

.u-select .panel li.z-sel {
	color: #3b8fea;
}

.u-select .panel li span {
	font-size: 16px;
	color: #383838;
	line-height: 1;
	cursor: pointer;
}

.u-select .panel li span:hover {
	color: #3b8fea;
}

.u-select .panel li.z-sel span {
	color: #3b8fea;
}

.u-ipt {
	vertical-align: top;
	padding: 11px 11px;
	font-size: 16px;
	color: #999;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.u-ipt:focus {
	border-color: #49a0f5;
}

.u-btn.u-btn-submit {
	display: block;
	width: 100%;
	padding: 10px 25px;
	background-color: #488bff;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.u-btn.u-btn-submit:hover {
	background-color: #5795ff;
}

.u-btn.u-btn-submit.z-disabled {
	background-color: #aeccff;
	cursor: default;
}

/* ::-webkit-scrollbar {
	width: 20px;
	height: 20px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #eee;
}

::-webkit-scrollbar-track {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	background: #fff;
} */

@media screen and (max-width: 320px) {
	html {
		font-size: 4px;
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: 5px;
	}
}

@media screen and (max-width: 414px) {
	html {
		font-size: 6px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 8px;
	}
}

@media screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
}

.g-con-download {
	padding-bottom: 80px;
	margin-top: 182px;
}

.g-con-download .g-mn {
	zoom: 1;
	width: 966px;
	margin: 0 auto;
}

.g-con-download .g-mn:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.g-con-download .g-mn h1 {
	color: #232323;
	text-align: center;
	font-size: 42px;
	margin: 80px 0px 50px 0px;
	white-space: nowrap;
}

.g-con-download .g-mn .mn-h1 {
	margin-left: -21px;
}

.g-con-download .g-mn .m-kefu {
	float: left;
	width: 280px;
	border: 1px solid #e1e1e1;
}

.g-con-download .g-mn .m-kefu .top {
	width: 280px;
	height: 182px;
	background: url(../image/1.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-2 {
	width: 280px;
	height: 182px;
	background: url(../image/2.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-3 {
	width: 280px;
	height: 182px;
	background: url(../image/3.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-4 {
	width: 280px;
	height: 182px;
	background: url(../image/4.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-5 {
	width: 280px;
	height: 182px;
	background: url(../image/5.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-6 {
	width: 280px;
	height: 182px;
	background: url(../image/6.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .top-7 {
	width: 280px;
	height: 182px;
	background: url(../image/7.jpg) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .mid {
	width: 280px;
}

.g-con-download .g-mn .m-kefu .mid h3 {
	font-size: 18px;
	color: #686868;
	margin: 36px 0px 14px 0px;
	text-align: center;
}

.g-con-download .g-mn .m-kefu .mid p {
	text-align: center;
	font-size: 12px;
	color: #9b9b9b;
	white-space: nowrap;
	overflow: hidden;
	text-emphasis: emphasis;
}

.g-con-download .g-mn .m-kefu .mid .pc-span {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #f0a55c;
	border-radius: 1px;
	color: #f0a55c;
	margin-left: 6px;
	padding: 1px;
}

.g-con-download .g-mn .m-kefu .mid .ios-span {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #5092e1;
	border-radius: 1px;
	color: #5092e1;
	margin-left: 6px;
	padding: 1px;
}

.g-con-download .g-mn .m-kefu .bottom {
	width: 280px;
	text-align: center;
	height: 150px;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn {
	display: inline-block;
	zoom: 1;
	text-align: center;
	width: 196px;
	height: 41px;
	color: #fff;
	font-size: 14px;
	line-height: 41px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-green {
	background-color: #4dc879;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-green:hover {
	background-color: #24a957;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-orange {
	background-color: #f0a55c;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-orange:hover {
	background-color: #de8c33;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-blue {
	background-color: #5092e1;
}

.g-con-download .g-mn .m-kefu .bottom .download-btn-blue:hover {
	background-color: #3b80d4;
}

.g-con-download .g-mn .m-kefu .bottom .code {
	position: relative;
}

.g-con-download .g-mn .m-kefu .bottom .code a {
	font-size: 12px;
	color: #b1b1b1;
	display: inline-block;
	zoom: 1;
	line-height: 15px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -15px;
}

.g-con-download .g-mn .m-kefu .bottom .code a:hover {
	color: #5c99e0;
}

.g-con-download .g-mn .m-kefu .bottom .code a:hover .icon-2code {
	background: url(../image/2codehover_698c2b34797771c39918a759fa1449a6.png) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .bottom .code a:hover .code-img {
	display: block;
}

.g-con-download .g-mn .m-kefu .bottom .code a:hover .cart-down {
	display: inline-block;
}

.g-con-download .g-mn .m-kefu .bottom .code i {
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: -20px;
}

.g-con-download .g-mn .m-kefu .bottom .code .icon-2code {
	background: url(../image/2code_bb5a372231c5f2416f54a5642d606636.png) no-repeat center center;
}

.g-con-download .g-mn .m-kefu .bottom .code .code-img {
	height: 188px;
	width: 188px;
	background-color: #fff;
	display: inline-block;
	zoom: 1;
	position: absolute;
	top: -202px;
	left: -80px;
	border: 1px solid #999;
	display: none;
	border-radius: 6px;
}

.g-con-download .g-mn .m-kefu .bottom .code .code-img img {
	width: 97%;
	height: 97%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -91px;
	margin-top: -91px;
}

.g-con-download .g-mn .m-kefu .bottom .code .cart-down {
	position: absolute;
	top: -13px;
	left: 2px;
	display: none;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra {
	width: 230px;
	margin: 0 auto;
	zoom: 1;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn {
	display: inline-block;
	zoom: 1;
	width: 109px;
	height: 41px;
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	margin-top: 42px;
	margin-bottom: 20px;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-f-white {
	color: #fff;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-blue {
	background: #5092e1;
	border: 1px solid #5092e1;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-blue:hover {
	background-color: #3b80d4;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-f-blue {
	color: #5092e1;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-f-green {
	color: #4dc879;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-green {
	background: #4dc879;
	border: 1px solid #4dc879;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-green:hover {
	background-color: #24a957;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-border-blue {
	border: 1px solid #5092e1;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-border-green {
	border: 1px solid #4dc879;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-white {
	background-color: #fff;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .sdk-btn-b-white:hover {
	background-color: #e8ebed;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .left {
	float: left;
}

.g-con-download .g-mn .m-kefu .bottom .sdk-btn-wra .right {
	float: right;
}

.g-con-download .g-mn .m-kefu .api-con p {
	color: #5695de;
	text-align: center;
}

.g-con-download .g-mn .m-kefu .api-con p a {
	font-size: 12px;
	color: #5695de;
}

.g-con-download .g-mn .m-kefu-margin {
	margin-right: 60px;
}

.g-con-download .g-mn-2 {
	width: 624px;
	zoom: 1;
	margin: 0 auto;
}

.g-con-download .g-mn-2:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.g-con-download-1,
.g-con-download-2 {
	padding-bottom: 0;
}

@media screen and (max-width: 420px) {
	.g-flex {
		display: flex;
		min-height: 100vh;
		flex-direction: column;
	}

	.g-flex .g-con-download {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
	}
}

.g-section-expert .g-section__main,
.g-section-efficiency .g-section__main,
.g-section-value .g-section__main,
.g-section-times .g-section__main,
.g-section-choice .g-section__main {
	width: 1000px;
	min-height: 50px;
	margin: 0 auto;
}

.m-section-value {
	padding: 90px 0;
	padding-bottom: 155px;
}

.m-section-value .m-section__head {
	text-align: center;
}

.m-section-value .m-section__body {
	padding-top: 60px;
}

.m-section-value .m-section__list {
	*zoom: 1;
}

.m-section-value .m-section__list:before,
.m-section-value .m-section__list:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-value .m-section__list:after {
	clear: both;
}

.m-section-value .m-section__item {
	position: relative;
	float: left;
	width: 230px;
	padding: 10px 0;
	margin-left: 26px;
	text-align: center;
	background-color: #fff;
	height: 270px;
}
.m-section-value .m-section__item:first-child{
	margin-left:0;
}
.m-section-value .m-section__item .img {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	height: 140px;
}

.m-section-value .m-section__item .text {
	font-size: 20px;
	color: #373d40;
	margin-top: 0;
}

.m-section-value .m-section__item .summary {
	padding-top: 15px;
	line-height: 1.65;
	text-align: left;
	font-size: 14px;
	/* color: #9b9ba3; */
	width: 200px;
	margin: 0 auto;
}

.u-title.center {
	text-align: center;
}

.u-title.black {
	color: #383838;
}

.u-title.big {
	font-size: 34px;
}

.u-title {
	line-height: 1.5;
}

.g-section-expert,
.g-section-efficiency,
.g-section-value,
.g-section-times,
.g-section-choice {
	background-color: #fff;
}

.g-section-expert .g-section__main,
.g-section-efficiency .g-section__main,
.g-section-value .g-section__main,
.g-section-times .g-section__main,
.g-section-choice .g-section__main {
	width: 1000px;
	min-height: 50px;
	margin: 0 auto;
}

.g-firstSlide {
	position: relative;
	min-width: 1000px;
	background-color: #081238;
}

.g-swiperNews {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.1);
	background-color: #6F6E78\9;
}

.g-section-efficiency {
	height: 550px;
	background-color: #4091ff;
	background-color: #4091ff \9;
	background-image: url(../images/value-bg_80bebb2785db823433a18d92bacb29e9.png), linear-gradient(#3170ff, #4c8bff);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.g-section-times {
	background-color: #f5f6f7;
}

.m-section-times {
	padding: 90px 0;
}

.m-section-times .m-section-times__head {
	text-align: center;
}

.m-section-times .m-section-times__body {
	padding-top: 60px;
}

.m-section-times .m-section-times__list {
	*zoom: 1;
}

.m-section-times .m-section-times__list:before,
.m-section-times .m-section-times__list:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-times .m-section-times__list:after {
	clear: both;
}

.m-section-times .m-section-times__item {
	position: relative;
	top: 0;
	float: left;
	width: 230px;
	height: 300px;
	min-height: 300px;
	text-align: center;
	background-color: #fff;
	margin-left: 26px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0);
	transition: 0.2s;
}

.m-section-times .m-section-times__item:first-child {
	margin-left: 0;
}

.m-section-times .m-section-times__item:hover {
	top: -6px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.m-section-times .m-section-times__item .img {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-top: 10px;
}

.m-section-times .m-section-times__item .text {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.m-section-times .m-section-times__item .summary {
	padding: 5px 31px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #303d58;
	text-align: left;
	white-space: normal;
	word-break: break-all;
}

.m-section-times .m-section-times__item .label {
	*zoom: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.m-section-times .m-section-times__item .label:before,
.m-section-times .m-section-times__item .label:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-times .m-section-times__item .label:after {
	clear: both;
}

.m-section-times .m-section-times__item .label img {
	float: right;
}

.m-section-choice {
	padding: 90px 0;
	padding-bottom: 120px;
}

.m-section-choice .m-section__body {
	padding-top: 60px;
}

.m-section-choice .u-summary {
	padding-top: 10px;
}

.u-summary.center {
	text-align: center;
}

.m-section-choice .u-summary {
	padding-top: 10px;
}

.u-summary {
	font-size: 16px;
	line-height: 22px;
	color: #9b9ba3;
}



.section-1 {
	background: none;
	height: auto;
}

.section-1 #autoImg {
	width: 100%;
	height: auto;
	display: block;
	/* position: relative; */
}

.section-1 .dhwz {
	position: absolute;
	left: 170px;
	top: 60px;
	text-align: left;
}

.section-1 .dhwz .title-1 {
	font-size: 36px;
	padding-top: 50px;
	margin-bottom: 13px;
}

.section-1 .dhwz .title-2 {
	font-size: 20px;
	margin-bottom: 32px;
}


.section-1 .button {
	display: inline-block;
	background-color: transparent;
	border: none;
	border-radius: 22px;
	height: 44px;
	width: 156px;
	line-height: 44px;
	font-size: 18px;
	font-family: "Helvetica Neue", "PingFang SC", Arial, Verdana, sans-serif;
	color: #fff;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	transition-duration: 0.2s;
	outline: none;
}

.section-1 .button {
	text-align: center;
	border-radius: 0px;
	height: 40px;
	width: 142px;
	line-height: 40px;
	font-size: 16px;
}

.section-1 .button:hover {
	color: #0c091c;
}

.section-1 .height2 {
	height: 2px;
	width: 100%;
	background: #f8f9fb;
}

.section-1 .wrapperGun {
	width: auto;
	padding: 22px 200px 16px;
	height: auto;
	background: #0c091c;
	color: #fff;
}

.section-1 .wrapperGun .counter {
	float: left;
	width: 20%;
}

.section-1 .wrapperGun .counter span {
	font-size: 26px;

}

.section-1 .wrapperGun .counter p {
	font-size: 12px;
}

.clear {
	clear: both;

}

.wrapperGun .counter {

	text-align: center;

}

.wrapperGun .counter .line {
	border-right: 2px solid #fff;
}

.wrapperGun .counter:nth-child(5) .line {
	border: 0;
}

.section-1 {
	background: none;
	height: auto;
	margin-top: 60px;
	position: relative;
}

/**.section-1 .dhwz {
    position: absolute;
    left: 170px;
    top: 0px;
    width: 50%;
    color: #fff;
    text-align: left;
}**/
.section-1 .dhwz .title-2 {
	font-size: 20px;
	margin-bottom: 32px;
	letter-spacing: 0px;
	color: #fff;
}

.section-1 .dhwz .title-2 span.zhuFu {
	font-size:20px;
}


.wrapperGun {
	width: auto;
	padding: 22px 200px 16px;
	height: auto;
	background: #0c091c;
	color: #fff;
}

.wrapperGun .counter {
	text-align: center;
}

.wrapperGun .counter {
	float: left;
	width: 20%;
}

.wrapperGun .counter .line {
	border-right: 2px solid #fff;
}

.wrapperGun .counter span {
	font-size: 26px;
}

.wrapperGun .counter p {
	font-size: 12px;
}

.height2 {
	height: 2px;
	width: 100%;
	background: #f8f9fb;
}
.g-section-value{
	background-color: #F5F6F7;
}
.m-section-value {
    padding-bottom: 25px;
}